home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
dev
/
c
/
dice-3.16.lha
/
doc
/
istrip.doc
< prev
next >
Wrap
Text File
|
1994-02-13
|
808b
|
25 lines
istrip/istrip istrip/istrip
ISTRIP destprefix wildcards
ISTRIP will strip comments and extranious whitespace from all files
specified by <wildcards> and create an output file under the same name
prefixed by <destprefix>.
Example (contrived)
1> cd dinclude:
1> copy amiga13 ram:amiga13 ALL QUIET
1> istrip ram: amiga13/#?/#?
ISTRIP is very stupid in that it will not create the destination
directory hierarchy. The COPY above basically does that for us, the
copied files are extranious and overwritten when ISTRIP is run.
ISTRIP is useful mainly for developers who obtain later versions of the
commented Amiga includes and want to create an uncommented version (The
uncommented includes are much smaller yielding faster compilation).